home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / bee_dodg.swf / scripts / DefineButton2_178 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-05-10  |  314 b   |  13 lines

  1. on(release){
  2.    if(this._currentframe != 5)
  3.    {
  4.       ab20_09 = new LoadVars();
  5.       ab20_09.z = _root.beename;
  6.       ab20_09.x = realScore;
  7.       ab20_09.c = 774;
  8.       ab20_09.v = "OHFXDJ";
  9.       ab20_09.sendAndLoad("http://armorbot.com/s_b",ab20_09,"POST");
  10.       _root.submitted._x = 367;
  11.    }
  12. }
  13.